x86emul: raise #GP(0) in VME mode for POPF with TF set in new value
authorJan Beulich <jbeulich@suse.com>
Tue, 4 Dec 2018 13:03:43 +0000 (14:03 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 4 Dec 2018 13:03:43 +0000 (14:03 +0100)
commit5aa62f06681ae52c8e647194c32dba2b4c903991
tree1c00dccaa11720f582327de127d3d56d80cebce7
parent6b4600b1425ef8006efcd2cdb4c4c986309264f6
x86emul: raise #GP(0) in VME mode for POPF with TF set in new value

This is a check explicitly listed by the instruction page in the SDM.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/x86_emulate/x86_emulate.c